home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000348_quertyq@hotmail.com_Sat May 13 10:50:22 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.linkpendium.com!news.linkpendium.com!news.glorb.com!postnews.google.com!i39g2000cwa.googlegroups.com!not-for-mail
  2. From: "quertyq" <quertyq@hotmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Script compiling / encrypting?
  5. Date: 12 May 2006 09:19:46 -0700
  6. Organization: http://groups.google.com
  7. Lines: 24
  8. Message-ID: <1147450786.063942.270090@i39g2000cwa.googlegroups.com>
  9. References: <1147371315.638050.245860@j73g2000cwa.googlegroups.com>
  10.    <slrne6751c.r56.fdc@sesame.cc.columbia.edu>
  11. NNTP-Posting-Host: 216.46.135.102
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset="iso-8859-1"
  14. X-Trace: posting.google.com 1147450791 8168 127.0.0.1 (12 May 2006 16:19:51 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: Fri, 12 May 2006 16:19:51 +0000 (UTC)
  17. In-Reply-To: <slrne6751c.r56.fdc@sesame.cc.columbia.edu>
  18. User-Agent: G2/0.2
  19. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1,gzip(gfe),gzip(gfe)
  20. Complaints-To: groups-abuse@google.com
  21. Injection-Info: i39g2000cwa.googlegroups.com; posting-host=216.46.135.102;
  22.    posting-account=E7ENXwwAAADj27LiNAMOxAk5--DpgseB
  23. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15605
  24.  
  25. Hi Frank,
  26.  
  27. I am writing a program for our company to do
  28. file transferrs on the user's computers, and an
  29. FTP server which is used by a controlling
  30. program on the user's computers.  We would
  31. not want to use a shared file system because
  32. we do not want the users to have direct access
  33. to these files ... only controlled access through
  34. a program where they point & click.  We can
  35. also control permissions at the server level.
  36.  
  37. The program may have to be updated from time
  38. ( on the user's computers ) to time to change
  39. logins, passwords, source & target directories,
  40. etc.   The only forseeable problem is how to
  41. conceal the code so that ambitious end users
  42. cannot open the source with an editor and "play".
  43.  
  44. Since they use winxp, I'm at a loss on how to
  45. do this ( if it is even possible ).
  46.  
  47. - Matt
  48.